download All Artifacts
suspend fun downloadAllArtifacts(path: String? = null): List<DownloadResponse>
Content copied to clipboard
Downloads all artifacts associated with a run. Will error if it fails. Because there are multiple artifacts being downloaded, a folder will be created for each one in the specified or default directory
Parameters
path
optional path that denotes where the artifacts will be downloaded to
suspend fun downloadAllArtifacts(path: Path? = null): List<DownloadResponse>
Content copied to clipboard
Downloads all artifacts associated with a run. Because there are multiple artifacts being downloaded, a folder will be created for each one in the specified or default directory
Parameters
path
optional path that denotes where the artifacts will be downloaded to